home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3073 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  639 b 

  1. Path: magnet.at!nuucpgw!m.imlinger
  2. From: m.imlinger@magnet.at (markus imlinger)
  3. Reply-To: m.imlinger@magnet.at
  4. Newsgroups: comp.lang.c
  5. Distribution: world
  6. Subject: (void(far *)()) 0
  7. Date: 25 Jan 1996 19:56:04 GMT
  8. Message-ID: <341998718.10858110@magnet.at>
  9. Organization: magnet Online Service
  10.  
  11. In a C-Programm I saw the instruction:
  12. .... = (void(far *)()) 0; 
  13.  
  14. It seems that (void(far *)()) is a cast-
  15. operator.
  16.  
  17. If so this instruction casts 0 to a far-
  18. pointer to a function which returns nothing.
  19.  
  20. Now I want to know if my assumption is right and
  21. in case it is, what does this mean for 0 ?
  22.  
  23. Thanks in advance
  24. Markus
  25.  
  26. m.imlinger@magnet.at
  27.